aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/expenses/expense-list.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Ask the user who they are when opening a group for the first time (#7)Sebastien Castiel2024-01-091-5/+9
|
* Add activeUser for default payer per group (#16)Ankit Bahl2024-01-091-1/+16
| | | | | | | | | * Add activeUser for default payer per group * Prettier, change labels, use useEffect --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Fix how dates are displayed (Fix #33)Sebastien Castiel2024-01-091-5/+9
|
* Add Expense Date (#26)Chris Johnston2024-01-081-1/+4
| | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Revert "Use modal dialogs for expense creation & edition (#10)"Sebastien Castiel2023-12-191-7/+2
| | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e.
* Use modal dialogs for expense creation & edition (#10)Sebastien Castiel2023-12-191-2/+7
| | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul
* Migration script, improvements in expenses listSebastien Castiel2023-12-081-10/+20
|
* Share buttonSebastien Castiel2023-12-071-1/+1
|
* Titles and navigationSebastien Castiel2023-12-071-1/+1
|
* Store amounts as centsSebastien Castiel2023-12-071-1/+1
|
* Improve responsivenessSebastien Castiel2023-12-061-0/+76